From 2c526046d803f1826ba873e8fad9a891f6260ce0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 13 May 2015 22:17:26 -0400 Subject: [PATCH] test-basic: Always chown back before doing assertion Sometimes I rerun the tests for debugging in the same directory, and having it be not writable breaks `rm * -rf`. --- tests/basic-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic-test.sh b/tests/basic-test.sh index 834e76dd..3b57f66d 100755 --- a/tests/basic-test.sh +++ b/tests/basic-test.sh @@ -396,8 +396,8 @@ if test "$(id -u)" != "0"; then $OSTREE init --mode=archive-z2 --repo=repo-noperm chmod -w repo-noperm/objects $OSTREE --repo=repo-noperm pull-local repo 2> error-message || touch expected-fail + chmod +w repo-noperm/objects assert_has_file expected-fail assert_file_has_content error-message "Permission denied" - chmod +w repo-noperm/objects echo "ok unwritable repo was caught" fi -- 2.30.2